home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2005 March / Macworld CD March 2005 - Marathon Trilogy.iso / Shareware World / Text Processing / CopyWrite2.x.dmg.sit / CopyWrite2.x.dmg / CopyWrite.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2004-12-15  |  2.0 KB  |  78 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>cwpb</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>cwpb.icns</string>
  16.             <key>CFBundleTypeMIMETypes</key>
  17.             <array>
  18.                 <string>CWPB</string>
  19.             </array>
  20.             <key>CFBundleTypeName</key>
  21.             <string>CopyWrite Project Binder</string>
  22.             <key>CFBundleTypeOSTypes</key>
  23.             <array>
  24.                 <string>CWPB</string>
  25.             </array>
  26.             <key>CFBundleTypeRole</key>
  27.             <string>Editor</string>
  28.             <key>NSDocumentClass</key>
  29.             <string>MyDocument</string>
  30.         </dict>
  31.         <dict>
  32.             <key>CFBundleTypeExtensions</key>
  33.             <array>
  34.                 <string>cwdoc</string>
  35.             </array>
  36.             <key>CFBundleTypeIconFile</key>
  37.             <string>cwdoc.icns</string>
  38.             <key>CFBundleTypeMIMETypes</key>
  39.             <array>
  40.                 <string>CWDOC</string>
  41.             </array>
  42.             <key>CFBundleTypeName</key>
  43.             <string>CopyWrite Document</string>
  44.             <key>CFBundleTypeOSTypes</key>
  45.             <array>
  46.                 <string>CWDOC</string>
  47.             </array>
  48.             <key>CFBundleTypeRole</key>
  49.             <string>None</string>
  50.             <key>NSDocumentClass</key>
  51.             <string>MyDocument</string>
  52.         </dict>
  53.     </array>
  54.     <key>CFBundleExecutable</key>
  55.     <string>CopyWrite</string>
  56.     <key>CFBundleHelpBookFolder</key>
  57.     <string>CopyWrite Help</string>
  58.     <key>CFBundleHelpBookName</key>
  59.     <string>CopyWrite Help</string>
  60.     <key>CFBundleIconFile</key>
  61.     <string>cw.icns</string>
  62.     <key>CFBundleIdentifier</key>
  63.     <string>com.bartas.copywrite</string>
  64.     <key>CFBundleInfoDictionaryVersion</key>
  65.     <string>6.0</string>
  66.     <key>CFBundlePackageType</key>
  67.     <string>APPL</string>
  68.     <key>CFBundleSignature</key>
  69.     <string>CPWT</string>
  70.     <key>CFBundleVersion</key>
  71.     <string>2.1.7</string>
  72.     <key>NSMainNibFile</key>
  73.     <string>MainMenu</string>
  74.     <key>NSPrincipalClass</key>
  75.     <string>NSApplication</string>
  76. </dict>
  77. </plist>
  78.